home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Zins1.dfm
/
Zins1.txt
Wrap
Text File
|
1998-12-31
|
3KB
|
128 lines
object Form1: TForm1
Left = 200
Top = 113
Width = 435
Height = 330
ActiveControl = Edit1
Caption = 'Zinsgenerator'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 23
Top = 24
Width = 380
Height = 30
Alignment = taCenter
AutoSize = False
Caption = 'Gib f�r die gesuchte Gr��e eine Null ein!'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 23
Top = 72
Width = 380
Height = 40
Alignment = taLeftJustify
Caption = ' Kapital:'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
object Edit1: TEdit
Left = 128
Top = 5
Width = 240
Height = 31
TabOrder = 0
end
end
object Panel2: TPanel
Left = 23
Top = 128
Width = 380
Height = 40
Alignment = taLeftJustify
Caption = ' Zinssatz:'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
object Edit2: TEdit
Left = 128
Top = 5
Width = 240
Height = 31
TabOrder = 0
end
end
object Panel3: TPanel
Left = 23
Top = 184
Width = 380
Height = 40
Alignment = taLeftJustify
Caption = ' Zinsen:'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
object Edit3: TEdit
Left = 128
Top = 5
Width = 240
Height = 31
TabOrder = 0
end
end
object Button1: TButton
Left = 73
Top = 240
Width = 130
Height = 40
Caption = 'Neu'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 225
Top = 240
Width = 130
Height = 40
Caption = 'Fertig'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = Button2Click
end
end